From: Dan Nicolaescu Date: Tue, 23 Jun 2009 05:54:33 +0000 (+0000) Subject: (elp-output-insert-symname): Add a link face to make it obvious item X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11825 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=40bbfd7fcbca6d403f22eeacdb4816fd33148842;p=emacs.git (elp-output-insert-symname): Add a link face to make it obvious item can be clicked. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 948202da062..f8faae87dc4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,7 @@ -2009-06-22 Dan Nicolaescu +2009-06-23 Dan Nicolaescu + + * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face + to make it obvious item can be clicked. * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions. diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 900b93ef3db..7b3acab2f6b 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -554,6 +554,7 @@ original definition, use \\[elp-restore-function] or \\[elp-restore-all]." 'elp-symname (intern symname) 'keymap elp-results-symname-map 'mouse-face 'highlight + 'face 'link 'help-echo "mouse-2 or RET jumps to definition"))) ;;;###autoload